Returns the tangent of the angle specified.
Syntax |
|---|
|
result = Tan( value ) |
Parameters |
||
|---|---|---|
|
value |
The value (in radians) you want the tangent of. |
|
Return Value |
||
|---|---|---|
|
Result |
The tangent of value. |
|
Notes
The Tan function returns the tangent of the angle (in radians) passed to it. If the angle is in degrees, multiply it by PI/180 to convert it to radians.
Examples
This example uses the Tan function to return the tangent of a number.
See Also
Atan function.